The Dreamweaver JavaScript API > Selection functions > dom.source.endOfLine() |
![]() ![]() ![]() |
Availability
Dreamweaver 4.0
Description
Places the insertion point at the end of the current line. If content is already selected, this function extends the selection to the end of the current line.
Arguments
bShiftIsDown
A Boolean indicating whether or not content is being selected. If bShiftIsDown
is true
, the content is selected.
Returns
Nothing.
![]() ![]() ![]() |